;xxxxxxxxxxxxxxx ENTER E-MAIL ADDRESSS xxxxxxxxxxxxxxxxx
[GetEMail]
IF EMail <> ""
SET email = EMail
ENDIF
SETTEMP field1 = email
BACKSTOP
PAGE
NOSPELLCHECK
WIZPIC wizpics\mailwiz.gif
TYPE EDIT
NAME field1
DESCRIPTION E-MAIL ADDRESS\nYour E-Mail address is automatically made a part of your family Web site. This is so those who browse your site can send back messages to you.\n\nWhat is the E-Mail address you would like to use? Enter it in the space below.
PROMPT &E-Mail address:
SET email = field1
IF email = ""
SET email = " "
ENDIF
;xxxxxxxxxxxxxx ENTER SERVER DETAILS xxxxxxxxxxx
[ServerBegin]
IF skipExplanations = NN
BACKSTOP
PAGE
WIZPIC wizpics\wizcast2.gif
TYPE DESCRIPTION
DESCRIPTION \nA PLACE TO STORE YOUR WEB SITE\nTo place your family Web site on the Internet, you must have a "host server". This is a place where the files that make up your Web site are stored.\n\nThe host server has an address that permits others to find your site (kind of like a phone number!). For example, it might be "www.jonesfamily.com".\n\nIf you do not already have a "host server" arranged for your site, you will have to get one before you can publish your family Web site.\n\nThere is information about Web site hosting in the online documentation that came with this software, and also in the online User Guide.\n ... Press the Next button to continue.
ENDIF
IF no_skipping <> YY ;can't skip if came from a publish request
SETTEMP performFTP = "skipFTP"
SETTEMP field1 = performFTP
BACKSTOP
PAGE
WIZPIC wizpics\monwiz.gif
TYPE RADIOBUTTONSWITHTEXT
NAME field1
DESCRIPTION SPECIFY YOUR HOST SERVER NOW?\nThis software can upload your Web site files to your own host server. To do this, the program needs the details to log onto the server. If you don't have this info for your own server now, you can enter it later. You will need to have a host server before you can place your Web site on the Internet for others to see.
ARGUMENT "I &don't want to enter server info. Skip for now."@skipFTP@"\nIf you are not attempting to publish your Web site right now (upload the files to the Internet), you can skip this step for now.\n\nThe wizard will ask you again later when you decide to publish."
ARGUMENT "&I want to continue and supply the server info."@getFTP@"\nCompleting this step now will enable you to publish your family Web site (upload the files to the Internet).\n\nThis is a required step before you can upload the files and have others see your site on the Web."
SETTEMP performFTP = field1
ELSE
SETTEMP performFTP = "getFTP"
ENDIF
IF performFTP = "getFTP" ;going to get server info now
DESCRIPTION \nUH OH!!\nYou didn't fill in all the required information. One or more of the details was left blank, and that just won't do!\n\nThe wizard will not be able to upload your Web site unless you provide all of the information.\n\nPress the Previous button to return to the prior screen(s) and enter all of the required information. Don't leave anything blank.
UNWIND PW_ENTRY
ENDIF
ENDIF
[StashSettings]
IF ftpSite <> ""
SETTEMP group32password = NN
PROJECTSETTINGS
FTPSITE ftpSite
FTPUSERID ftpUserID
GROUP32PASSWORD group32password
FTPPASSWORD ftpPassword
FTPDIR ftpDir
ENDIF
;xxxxxxxxxxxxxxxxxxxx END OF SERVER INFORMATION xxxxxxxxxxxxxxxxxxxxxx
;xxxxxxxxxxxxxxxxxxxx INPUT the FTP INFO xxxxxxxxxxxxxxxxxxxxxxx
; Select from a list of known isp's for automatic ftp info entry
[InputFTPInfo]
SETTEMP ftpSite = FTPSite
SETTEMP ftpDir = FTPDir
SETTEMP ftpUserID = FTPUserID
SETTEMP ftpPassword = FTPPassword
SETTEMP isp = "not"
SETTEMP field3 = isp
BACKSTOP
PAGE
WIZPIC wizpics\monwiz.gif
TYPE LIST
NAME field3
DESCRIPTION SELECT HOST SERVER (for your Web Site)\nTo upload your Web site, the wizard needs information about the Web server that your site will be posted to. Below is a list of ISPs (Internet Service Providers) already known by the wizard. If your ISP is on the list, pick it and the required publishing information will be entered automatically. If your ISP is not on the list, select "Not listed", and the wizard will ask you to supply the necessary information.
; If user's ISP is not listed, prompt for ftp info
IF isp = "not"
IF skipExplanations = NN
BACKSTOP
PAGE
WIZPIC wizpics\monwiz.gif
TYPE DESCRIPTION
DESCRIPTION ENTER PUBLISHING DETAILS\nThe PUBLISH program copies the files for your Web site to the Internet server so the files can be seen by others. On the next screen, you will be asked to enter four pieces of information needed by PUBLISH. It's the same info you would supply to your own FTP program to permit it to log in to your server.\n\nThe first piece of information is the server address. It's typically something like "www.yourserver.com" if you have your own domain or something like "users.bigfoot.net" if you are using free or low-cost shared server space.\n\nYou will also be asked to enter the user ID and password that you use to log onto the Internet, to permit PUBLISH to have access to your server.\n\nThe final piece of information is the directory name. The directory name is the tricky part. If you're not sure, ask your ISP what to put. Put the characters ~/ (that's "tilde slash") before any directory name, or put them alone if the ISP drops you into the right place automatically.
ENDIF ; skip explanations
BACKSTOP
PAGE
NOSPELLCHECK
WIZPIC wizpics\monwiz.gif
TYPE FTPINFO
DESCRIPTION ENTER PUBLISHING DETAILS\nSupply the details needed by the Publish program to log in to your server. Supply the server location, the user ID and password needed to access the site, and the server directory where the site is to be stored. If you're not sure about any answer, ask your ISP. The ~/ (that's "tilde slash") should precede any directory name, or appear by itself if the ISP drops you into the right place automatically.
SETTEMP msInfo = "\n\nSince your ISP is AOL you need to enter only your AOL screenname. To publish, you must log onto AOL with that screen name before selecting to publish your site."
SETTEMP msInfo1 = "\n\nPlease enter your AOL screen name in lower case letters only."
ENDIF
IF isp = "BerkshireNet"
SETTEMP ftpSite = "loomis.berkshire.net"
SETTEMP ftpDir = "~/www"
SETTEMP msInfo = "\n\nAfter publishing your site, the permissions for your Web page files may need to be altered for others to be able to view them."
SETTEMP wAddress = "www.berkshire.net/~"
ENDIF
IF isp = "Brigadoon.com"
SETTEMP ftpSite = "brigadoon.com"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.brigadoon.com/~"
ENDIF
IF isp = "c4"
SETTEMP ftpSite = "www.c4.net"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "www.c4.net/~"
ENDIF
IF isp = "Citizens Link"
SETTEMP ftpSite = "ctaz.com"
SETTEMP ftpDir = "~/www"
SETTEMP wAddress = "www.ctaz.com/~"
ENDIF
IF isp = "Communique, Inc."
SETTEMP ftpSite = "ftp.communique.net"
SETTEMP ftpDir = "~/public_html"
SETTEMP msInfo = "\n\nYou must contact Communique to request your personal Web site before you may publish."
SETTEMP wAddress = "www.communique.net/~"
ENDIF
IF isp = "Concentric Network"
SETTEMP ftpSite = "ftp.concentric.net"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.concentric.net/~"
ENDIF
IF isp = "Cybergate"
SETTEMP ftpSite = "www.cybergate.com"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "www.cybergate.com/~"
ENDIF
IF isp = "DNAI"
SETTEMP ftpSite = "ftpup.dnai.com"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.dnai.com/~"
ENDIF
IF isp = "dotSTAR"
SETTEMP ftpSite = "ctaz.net"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "www.dotstar.net/personal/"
ENDIF
IF isp = "Earthlink"
SETTEMP ftpSite = "ftp-www.earthlink.net"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "home.earthlink.net/~"
ENDIF
IF isp = "ERi Net"
SETTEMP ftpSite = "eri.erinet.com"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "www.erinet.com/"
ENDIF
IF isp = "Erols Internet"
SETTEMP ftpSite = "erols.erols.com"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "www.erols.com/"
ENDIF
IF isp = "Exis.Net"
SETTEMP ftpSite = "sailfish.exis.net"
SETTEMP ftpDir = "~/www"
SETTEMP wAddress = "www.exis.net/~"
ENDIF
IF isp = "Feist Connections"
SETTEMP ftpSite = "wichita.feist.com"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.feist.com/~"
ENDIF
IF isp = "Flash Net"
SETTEMP ftpSite = "ftpusers.flash.net"
SETTEMP ftpDir = "~/www"
SETTEMP wAddress = "www.flash.net/~"
ENDIF
IF isp = "Geocities"
SETTEMP ftpSite = "ftp.geocities.com"
SETTEMP ftpDir = "~/"
ENDIF
IF isp = "GTE"
SETTEMP ftpSite = "ftphome1.gte.net"
SETTEMP ftpDir = "~/"
SETTEMP msInfo = "\n\nUsers must establish an ftp account before they can publish to their personal Web site."
SETTEMP wAddress = "home1.gte.net/"
ENDIF
IF isp = "iAmerica"
SETTEMP ftpSite = "cust2.iamerica.net"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "cust.iamerica.net/~"
ENDIF
IF isp = "Icanect"
SETTEMP ftpSite = "members.icanect.net"
SETTEMP ftpDir = "~/htm"
SETTEMP wAddress = "members.icanect.net/~"
ENDIF
IF isp = "IDT"
SETTEMP ftpSite = "idt.net"
SETTEMP ftpDir = "~/public_html"
msInfo = "\n\nYou may need to contact IDT to have the permissions on your public_html directory set so others may view your Web pages."
SETTEMP wAddress = "idt.net/~"
ENDIF
IF isp = "iinet (Southern Australia)"
SETTEMP ftpSite = "light.iinet.net.au"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "light.iinet.net.au/~"
ENDIF
IF isp = "iinet (Western Australia)"
SETTEMP ftpSite = "opera.iinet.net.au"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "opera.iinet.net.au/~"
ENDIF
IF isp = "Illuminati Online"
SETTEMP ftpSite = "io.com"
SETTEMP ftpDir = "~/public_web"
SETTEMP wAddress = "www.io.com/~"
ENDIF
IF isp = "Interactive Network Services"
SETTEMP ftpSite = "zeus.jersey.net"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.jersey.net/~"
ENDIF
IF isp = "Internet Doorway"
SETTEMP ftpSite = "home.netdoor.com"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www2.netdoor.com/~"
ENDIF
IF isp = "Intertex"
SETTEMP ftpSite = "tron.intertex.net"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "users.intertex.net/~"
ENDIF
IF isp = "LavaNet"
SETTEMP ftpSite = "ftp.lava.net"
SETTEMP ftpDir = "~/public_html"
SETTEMP msinfo = "\n\nYou may need to contact LavaNet to have the permissions on your public_html directory set in order to view your pages once they have been published."
SETTEMP wAddress = "www.lava.net/~"
ENDIF
IF isp = "MagicNet"
SETTEMP ftpSite = "ftp.magicnet.net"
SETTEMP ftpDir = "~/web-docs"
SETTEMP wAddress = "www.magicnet.net/~"
ENDIF
IF isp = "Magma Communications"
SETTEMP ftpSite = "home.magmacom.com"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.magma.ca/~"
ENDIF
IF isp = "MCN"
SETTEMP ftpSite = "www.mcn.net"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.mcn.net/~"
ENDIF
IF isp = "Mindspring"
SETTEMP ftpSite = "ftp.mindspring.com"
SETTEMP ftpDir = "~/www"
SETTEMP msInfo1 = "\n\nSince you chose Mindspring, you must enter your mailbox log-in name."
SETTEMP msInfo2 = "\n\nFor Mindspring, you must enter your mailbox log-in password."
SETTEMP wAddress = "www.mindspring.com/~"
ENDIF
IF isp = "Netcom"
SETTEMP ftpSite = "pweb.netcom.com"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "pweb.netcom.com/~"
ENDIF
IF isp = "NTR.net"
SETTEMP ftpSite = "ntr.net"
SETTEMP ftpDir = "~/www"
SETTEMP wAddress = "www.ntr.net/~"
ENDIF
IF isp = "Prodigy Internet"
SETTEMP ftpSite = "pages.prodigy.net"
SETTEMP ftpDir = "~/"
SETTEMP wAddress = "pages.prodigy.net/"
ENDIF
IF isp = "RustNet"
SETTEMP ftpSite = "www.rust.net"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.rust.net/~"
ENDIF
IF isp = "Seanet"@Seanet
SETTEMP ftpSite = "www.seanet.com"
SETTEMP ftpDir = "~/HTML"
SETTEMP wAddress = "www.seanet.com/~"
ENDIF
IF isp = "Shadow"
SETTEMP ftpSite = "ftp.shadow.net"
SETTEMP ftpDir = "~/.html"
SETTEMP wAddress = "www.shadow.com/~"
ENDIF
IF isp = "Teleport"
SETTEMP ftpSite = "ftp.teleport.com"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.teleport.com/~"
ENDIF
IF isp = "Webcom"
SETTEMP ftpSite = "ftp.webcom.com"
SETTEMP ftpDir = "~/www"
ENDIF
IF isp = "Westmoreland Online"
SETTEMP ftpSite = "ftp.westol.com"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.westol.com/~"
ENDIF
IF isp = "Woodbury Telephone"
SETTEMP ftpSite = "wtco.net"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.wtco.net/homepages/"
ENDIF
IF isp = "World Wide Net"
SETTEMP ftpSite = "ftp.westol.com"
SETTEMP ftpDir = "~/public_html"
SETTEMP wAddress = "www.wwnet.com/~"
ENDIF
;Get username and password
BACKSTOP
PAGE
WIZPIC wizpics\monwiz.gif
TYPE DESCRIPTION
DESCRIPTION_RE "AUTOMATIC ENTRY COMPLETE\nThe publishing settings for ",isp," have been entered for you automatically.\n\nThese settings are the FTP address (in this case it was ",ftpSite,") and the directory to use (yours was set to ",ftpDir,").\n\nTo complete the information needed to publish, you will need to supply your log-in ID and password on the screens that follow.",msInfo
;Get username
SETTEMP field4 = ftpUserID
BACKSTOP
PAGE
NOSPELLCHECK
WIZPIC wizpics\monwiz.gif
TYPE EDIT
NAME field4
PROMPT &User ID:
DESCRIPTION_RE "ENTER USER ID\nFill in your User ID that you supply when logging on to the Internet. This will be used by Your Family Web Site's publisher program to move your Web site files out to the Internet.\n\nThis entry is required. You cannot leave it blank.",msInfo1
SETTEMP ftpUserID = field4
;Get password
IF ISP <> "AOL"
SETTEMP field5 = ftpPassword
BACKSTOP PW_ENTRY
PAGE
NOSPELLCHECK
WIZPIC wizpics\monwiz.gif
TYPE PASSWORD
NAME field5
PROMPT &Log In Password:
DESCRIPTION_RE "ENTER LOG-IN PASSWORD\nFill in the password that you supply when logging on to the Internet. This will be used by Your Family's Web Site's publisher program to move your Web site files out to the Internet.\n\nThis entry is required. You cannot leave it blank.",msInfo2
SETTEMP ftpPassword = field5
ENDIF; ISP <> "AOL"
IF wAddress <> ""
BACKSTOP
PAGE
WIZPIC wizpics\monwiz.gif
TYPE Description
NAME wAddress
DESCRIPTION_RE "ENTRY COMPLETED\nThe Publishing information has been entered. The program stores this with your Web site project, and it can be reviewed from the menu item Website-properties or using your friendly wizard!\n\nIn order to publish your site to the Internet so your friends and family will be able to view your Web site, simply choose to Publish your site from the main Homepage Expert menu! ( You will need to connect to the Internet to allow the program's Publisher to post your Web pages. )\n\nThe world wide Web address of your home page at ",isp," will be:\n\n http://",wAddress,ftpUserID